@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration: none; color: #333;
}
select{
    border-radius: 0;
}
.clear{ clear:both;}
.bangtai{font-family:"microsoft yahei",sans-serif;min-width:1190px;}
.tou{ width:100%; height:36px;line-height:36px;background:#f2f2f2;font-size:12px;color:#333;}
.tou1{width:1190px;margin: 0 auto}
.tou1 span{margin-right:6px;} 
.tou1 span a{color:#ec7261;}

.top{ width: 1190px; height:110px;background: #fff;overflow: hidden; margin: 0 auto;}
.logo{ float: left; height: 70px;}
.tel{ float: right; height: 70px;color: rgb(50, 171, 226);font: 20px/70px 微软雅黑;}
.tel span{ color: #32abe2;font-size: 22px;margin-right: 5px;margin-left: 5px}

.nav{width: 1200px;margin: 0 auto}


#full-screen-slider { width:100%; height:420px; position:relative; margin:0 auto;}
#slides { display:block; width:100%; height:420px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:390px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#a20202}